[index]
Class Name Property
Syntax
the class name of <object> Applies to all objects
Description
The class name property returns the class name of the target object. For example, the class name of a button is "button". The user cannot set the class name property.
The following are valid class names:
Notes
If you are referring to a class in a script, the class name must be enclosed in quotes. For example:
if the class name of the target is "button" then...
Examples
Add the following handler to a card. When the user clicks on an object, the class name of the object is displayed in the Message Box.
on mouseUp
put the class name of the target
This text has been mechanically extracted from the Oracle Media Objects 1.0.4.9 MediaTalk Reference, © 1995 Oracle Corporation, and is provided here solely for educational/historical purposes.